home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / C⁄C++ / Kant Generator Pro 1.2 / src / kode ƒ / kant main window.h < prev    next >
Text File  |  1995-02-07  |  382b  |  9 lines

  1. void SetupTheMainWindow(WindowPtr theWindow);
  2. void ShutDownTheMainWindow(void);
  3. void OpenTheMainWindow(WindowPtr theWindow);
  4. void KeyPressedInMainWindow(WindowPtr theWindow, unsigned char theChar);
  5. void DisposeTheMainWindow(WindowPtr theWindow);
  6. Boolean CloseTheMainWindow(WindowPtr theWindow);
  7. void PasteInMainWindow(WindowPtr theWindow);
  8. void SetMainWindowTitle(Str255 theTitle);
  9.